home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / imagecat.swf / scripts / frame_27 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  343 b   |  18 lines

  1. stop();
  2. set("on","0");
  3. tellTarget("/timer_t")
  4. {
  5.    gotoAndPlay(12);
  6. }
  7. pice_in = "0";
  8. while("15" >= pice_in)
  9. {
  10.    setProperty("pice_" add pice_in, _X, random("100") + "470");
  11.    setProperty("pice_" add pice_in, _Y, random("230") + "120");
  12.    tellTarget("pice_" add pice_in)
  13.    {
  14.       gotoAndStop(5);
  15.    }
  16.    pice_in += "1";
  17. }
  18.